home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Video Toaster 4.3
/
Video Toaster v4.3.iso
/
4.2
/
arexx
/
toasterpaint
/
write8.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1998-04-16
|
441b
|
14 lines
/* Write8.rexx 1/31/95 */
/* Write out 8 fields to a clip */
parse arg InClipName","OutClipName","StartFrame","EndFrame /* These are always passed to clip processing scripts */
Address "DigiPaint" /* The ToasterPaint ARexx port */
options results
do Field = 1 to 8
'Apfc' /* Append the field to clip */
end